/* ==================== WENNAWOOD FOOTER - CLEAN DARK STYLING ==================== */

#footer {
    background: #1a1a1a !important;
}

.footer-bottom {
    background: #111111 !important;
}

.footer-bottom {
    color: #DEB887 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-bottom .copyright {
    color: #DEB887 !important;
    font-weight: 500 !important;
}

.footer-bottom .copyright strong {
    color: #F4A460 !important;
    font-weight: 600 !important;
}

.footer-bottom a {
    color: #B29F94 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

.footer-bottom a:hover {
    color: #F4A460 !important;
    text-decoration: underline !important;
}

.footer-bottom #signature a {
    color: #B29F94 !important;
    transition: all 0.3s ease !important;
}

.footer-bottom #signature a:hover {
    color: #F4A460 !important;
}

.footer-bottom #signature img {
    filter: brightness(0.8) sepia(1) hue-rotate(25deg) saturate(1.2) !important;
    transition: all 0.3s ease !important;
}

.footer-bottom #signature a:hover img {
    filter: brightness(1) sepia(1) hue-rotate(35deg) saturate(1.4) !important;
}

/* Footer headings */
#footer h3,
#footer h4,
#footer .footer-title {
    color: #F4A460 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

/* Footer links */
#footer a {
    color: #B29F94 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

#footer a:hover {
    color: #DEB887 !important;
    text-decoration: none !important;
}

/* Footer text */
#footer p,
#footer li,
#footer span {
    color: #A68B5B !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Footer buttons */
#footer button,
#footer .btn {
    background: #8B7355 !important;
    border: none !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

#footer button:hover,
#footer .btn:hover {
    background: #654321 !important;
}

/* Footer form elements */
#footer input[type="email"],
#footer input[type="text"],
#footer textarea {
    background: #2a2a2a !important;
    border: 1px solid #444444 !important;
    border-radius: 8px !important;
    color: #DEB887 !important;
    padding: 0.75rem !important;
    font-family: 'Montserrat', sans-serif !important;
}

#footer input[type="email"]:focus,
#footer input[type="text"]:focus,
#footer textarea:focus {
    border-color: #B29F94 !important;
    outline: none !important;
}

#footer input::placeholder,
#footer textarea::placeholder {
    color: #666666 !important;
}